home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / cucd / prog / gnu-c / src / gcc-2.7.0-amiga / readme.fresco < prev    next >
Text File  |  1995-06-06  |  623b  |  18 lines

  1. Compiling Fresco with g++
  2. -----------------------------
  3.  
  4. Fresco is an evolving interface and toolkit for object-oriented
  5. graphics.  A preliminary version (written in C++) was released
  6. with x11r6.
  7.  
  8. Prevous version of Fresco have not compiled using g++,
  9. partly because of the use of true and false as identifiers.
  10. (They are now reserved words in g++, as required by the
  11. ANSI/ISO draft standard for C++.)
  12.  
  13. If you get x11r6 with public patch #5 or a later version
  14. of Fresco, these problems should now be fixed.
  15.  
  16. See http://www.faslab.com/fresco/HomePage.html for information
  17. on Fresco, including how to get the latest version.
  18.